KoFileExtensionProvider

An interface representing a Kotlin declaration that provides access to file extension information.

Inheritors

Properties

Link copied to clipboard
abstract val extension: String

The file extension of the declaration.

Link copied to clipboard

The name with file extension of the declaration.

Functions

Link copied to clipboard
abstract fun hasExtension(extension: String): Boolean

Determines whatever declaration has file extension.